Represents the abstract base class for all plugins. More...
Public Member Functions | |
| Domain | getDomain () |
| Returns the domain of the plugin. | |
| abstract String | getName () |
| Abstract method to return the name of the plugin. | |
| abstract void | registerClasses (MetaclassRegistry metaclassRegistry) |
| Abstract method to register the plugin metaclasses. | |
| void | setDomain (Domain domain) |
| Sets the domain of the plugin. | |
Represents the abstract base class for all plugins.
| Domain getDomain | ( | ) |
Returns the domain of the plugin.
|
abstract |
Abstract method to return the name of the plugin.
|
abstract |
Abstract method to register the plugin metaclasses.
| metaclassRegistry | The metaclasses to register. |